Description
Schedule a work to archive ACEs based on permissions_purge page provider from the input document.
Operation id | PermissionsPurge |
Category | Services |
Label | Archiving ACEs |
Requires | |
Since | |
Parameters
Signature
Inputs | void, document, list |
Outputs | void, void, void |
Implementation Information
JSON Definition
{
"id" : "PermissionsPurge",
"label" : "Archiving ACEs",
"category" : "Services",
"requires" : null,
"description" : "Schedule a work to archive ACEs based on permissions_purge page provider from the input document.",
"url" : "PermissionsPurge",
"signature" : [ "void", "void", "document", "void", "list", "void" ],
"params" : [ {
"name" : "usernames",
"description" : "Coma separate list of username",
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}